home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Text Box Banner 2.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  65 lines

  1. [SUBJECT]
  2. Description=Displays a scrolling text banner in a text box - 2nd variant
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var msgBan2, msgBan2b, string2 = "", stringPart2, delayBan2, ban2;
  11. ;msgBan2="`message`";
  12. ;function banniere2() {
  13. ;  delayBan2 = `delay`;
  14. ;  if (string2.length == 0) {
  15. ;    string2 = " ";
  16. ;    msgBan2b = msgBan2;
  17. ;    stringPart2 = "";
  18. ;  }
  19. ;  else if (string2.length == 1) {
  20. ;    while (msgBan2b.substring(0, 1) == " ") {
  21. ;      stringPart2 = stringPart2 + string2;
  22. ;      string2 = msgBan2b.substring(0, 1);
  23. ;      msgBan2b = msgBan2b.substring(1, msgBan2b.length);
  24. ;    }
  25. ;    stringPart2 = stringPart2 + string2;
  26. ;    string2 = msgBan2b.substring(0, 1);
  27. ;    msgBan2b = msgBan2b.substring(1, msgBan2b.length);
  28. ;    for (var i = 0; i < 120; i++)
  29. ;      string2 = " " + string2;
  30. ;  }
  31. ;  else string2 = string2.substring(10, string2.length);
  32. ;
  33. ;  document.formBan2.Fbanniere2.value = stringPart2 + string2;
  34. ;  ban2 = window.setTimeout('banniere2(delayBan2)',delayBan2);
  35. ;}
  36. ;// end script -->
  37. ;</script>
  38. ;
  39.  
  40. [BODY_TAG]
  41. ;onLoad="banniere2();" onUnload="clearTimeout(ban2)"
  42. ;
  43.  
  44. [BODY_TEXT]
  45. ;<form name="formBan2">
  46. ;<input type="text" name="Fbanniere2" size="`width`"><br>
  47. ;</form>
  48. ;
  49.  
  50.  
  51. [`message`]
  52. Kind=S
  53. Value=This text is the preview of your result.
  54.  
  55.  
  56. [`delay`]
  57. Kind=N
  58. Value=10
  59.  
  60.  
  61. [`width`]
  62. Kind=N
  63. Value=40
  64.  
  65.